[SPARK-29504][WEBUI] Toggle full job description on click#26336
Closed
PavithraRamachandran wants to merge 3 commits intoapache:branch-2.4from
Closed
[SPARK-29504][WEBUI] Toggle full job description on click#26336PavithraRamachandran wants to merge 3 commits intoapache:branch-2.4from
PavithraRamachandran wants to merge 3 commits intoapache:branch-2.4from
Conversation
On clicking job description in jobs page, the description was not shown fully. Add the function for the click event on description. when there is a long description of a job, it cannot be seen fully in the UI. The feature was added in apache#24145 But it is missed after apache#25374 Before change:  After change: on Double click over decription  No Manually test Closes apache#26222 from PavithraRamachandran/jobs_description_tooltip. Authored-by: Pavithra Ramachandran <pavi.rams@gmail.com> Signed-off-by: Gengliang Wang <gengliang.wang@databricks.com>
Contributor
Author
|
@gengliangwang i have raised for 2.4 branch. Could you verify? |
| collapseTablePageLoad('collapse-aggregated-rdds','aggregated-rdds'); | ||
| collapseTablePageLoad('collapse-aggregated-activeBatches','aggregated-activeBatches'); | ||
| collapseTablePageLoad('collapse-aggregated-completedBatches','aggregated-completedBatches'); | ||
| }); |
Member
There was a problem hiding this comment.
Nit: add a blank line here.
Contributor
Author
There was a problem hiding this comment.
added the blank space as per the review comment. Could you verify
Member
|
ok to test. |
|
Test build #113041 has finished for PR 26336 at commit
|
|
Test build #113119 has finished for PR 26336 at commit
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On clicking job description in jobs page, the description was not shown fully.
Add the function for the click event on description.
when there is a long description of a job, it cannot be seen fully in the UI.
The feature was added in #24145
But it is missed after #25374
Before change:


After change: on Double click over decription
No
Manually test